runtime.g.throwsplit (field)
7 uses
runtime (current package)
proc.go#L4404: gp.throwsplit = true
proc.go#L4545: gp.throwsplit = true
proc.go#L4677: gp.throwsplit = false
proc.go#L4700: gp.throwsplit = false
runtime2.go#L474: throwsplit bool // must not split stack
signal_unix.go#L689: if !c.sigFromUser() && flags&_SigPanic != 0 && (gp.throwsplit || gp != mp.curg) {
stack.go#L991: if thisg.m.curg.throwsplit {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |